c# empty IEnumerable

64

c# empty IEnumerable -

using System.Linq;
...
Enumerable.Empty<Friend>();

Comments

Submit
0 Comments